+2001-08-15 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * gtk/gtkcellrenderertext.c:
+ Avoid warning when specifying NULL for "attributes" property
+
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
+2001-08-15 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * gtk/gtkcellrenderertext.c:
+ Avoid warning when specifying NULL for "attributes" property
+
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
+2001-08-15 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * gtk/gtkcellrenderertext.c:
+ Avoid warning when specifying NULL for "attributes" property
+
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
+2001-08-15 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * gtk/gtkcellrenderertext.c:
+ Avoid warning when specifying NULL for "attributes" property
+
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
+2001-08-15 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * gtk/gtkcellrenderertext.c:
+ Avoid warning when specifying NULL for "attributes" property
+
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
+2001-08-15 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * gtk/gtkcellrenderertext.c:
+ Avoid warning when specifying NULL for "attributes" property
+
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
+2001-08-15 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * gtk/gtkcellrenderertext.c:
+ Avoid warning when specifying NULL for "attributes" property
+
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
pango_attr_list_unref (celltext->extra_attrs);
celltext->extra_attrs = g_value_get_boxed (value);
- pango_attr_list_ref (celltext->extra_attrs);
+ if (celltext->extra_attrs)
+ pango_attr_list_ref (celltext->extra_attrs);
break;
case PROP_MARKUP:
{